home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / menu / hdm443.zip / WHATSNEW.DOC < prev   
Text File  |  1992-07-10  |  7KB  |  130 lines

  1.  
  2.          HDM IV - Version 4  (HDM IV 4.0)
  3.  
  4.          New Menu Action Functions:
  5.  
  6.          {SETPROJECT Project}  Set project information in a menu action.
  7.          {NOCLEAR}     Don't clear HDM screen when running a menu entry.
  8.          {LOGOFF}      Log off HDM if you were logged on to HDM.
  9.                   (This will NOT run the menu entry in Automatic Logoff)
  10.  
  11.          Enhanced Menu Action Functions:
  12.  
  13.          {SELECT Title~Choice1~?Choice2~Display3=Choice3~Display4=?Choice4}
  14.          {VSELECT Title~Display1=Choice1~...Display15=Choice15}
  15.  
  16.          These two functions pop up a window with your title and a list of
  17.          of choices that the user will pick from. The choice then replaces
  18.          the complete function in the menu action and is put in the %0
  19.          parameter from later use in the same menu action.  You can now
  20.          display something different than the actual result of of that
  21.          choice by using the format DISPLAY=CHOICE for an entry instead
  22.          of just CHOICE.  The characters left of the equal sign will be
  23.          the menu entry, and whatever is on the right of the equal sign
  24.          will become the result of choosing that entry.  If the choice
  25.          begins with a question mark, it will work like the {?prompt}
  26.          function when it is choosen.
  27.  
  28.          New Executable File Search Facility:
  29.  
  30.          There is a new search capability in the Menu Action Auto-Build
  31.          and in the DOS Window.  F4=Search will be displayed in the
  32.          function key area at the bottom of each of these windows.
  33.          Pressing F4 at that point will pop up a list of directories
  34.          and all executable files, including *.EXE, *.COM, *.BAT, and
  35.          *.BTM (4DOS/NDOS Batch-To-Memory files).  Choosing a directory
  36.          goes to that directory and displays the executable files in it.
  37.          Choosing a file will place it in the correct fields in the DOS
  38.          Window or in the Auto-Build window.
  39.  
  40.          Enhanced Startup Switches:  -V is now -VF, -VM, or -VS.
  41.  
  42.          -VF Forces fast video writes.  This is the default for all
  43.              video boards except CGA. (Usually creates static on CGA)
  44.          -VM Displays HDM screens in monochrome.  (Black & White)
  45.          -VS Eliminates static (snow) by waiting for the video retrace
  46.              signal before writing to the screen.  (Default for CGA)
  47.  
  48.          Changes to Error Messages:
  49.  
  50.          Error and warning messages are now display in pop-up windows.
  51.          These were displayed on the bottom line and could be missed
  52.          by users who continued pressing keys on the keyboard.  You
  53.          must now press the <Esc> key to remove the message window.
  54.  
  55.          Changes to HDM's Pull-Down Menus:
  56.  
  57.          All commands in all of the pull-down menus now have short-cut
  58.          keys available.  Just press the keys listed at the end of each
  59.          of the commands to perform their function without having to go
  60.          through the Top Menu.  Some old short-cut keys have changed.
  61.  
  62.          "Save Menu File" in the first pull-down menu is now "Write File".
  63.          "Switch Menus" in the Local pull-down menu is now "Switch Screens".
  64.          "Project" was moved from the eXit pull-down menu to "Change
  65.          Project" in the Global pull-down menu.  "Date/Time Format" in
  66.          the Global pull-down menu is now "Date and Time".  It now allows
  67.          you to set the Date & Time in addition to changing their format.
  68.  
  69.          The Security pull-down menu was completely revised.  All the
  70.          same commands are there, but they have been group into three
  71.          logical sections.  The first section affects the current menu
  72.          file only.  It allows security level changes to one menu entry,
  73.          one page of menu entries, all menu entries in the file, and
  74.          protects the current file from changes.  The second section
  75.          affects the Top Menu and its pull-down menus only, no matter
  76.          what menu file is loaded.  It allows changes to the security
  77.          level of all the pull-down menu commands and lets you hide the
  78.          Top Menu and disable all the pull-down menu commands.  You can
  79.          change the security level of one pull-down menu command by
  80.          moving the cursor to it, then press Alt-F1.  The third section
  81.          are tables that affect all menu files and users.
  82.  
  83.          Wallpaper was added to the Local pull-down menu.  This allows
  84.          you to choose the background character that is display behind
  85.          most of HDM's windows and screens.
  86.  
  87.          (HDM IV 4.1)
  88.  
  89.          Added "Reports" to the "eXit" pull-down menu.  This starts a
  90.          new HDM usage log report program that allows extracting data
  91.          from the HDM.LOG file for displaying or printing.  You must
  92.          first open a log file to display the information to the screen.
  93.          You can extract certain records by filtering the data, then
  94.          you can save the extracted records to a dBASE database file.
  95.  
  96.          To report on any of the files, first create a report format by
  97.          chosing the fields to use. You can set the order of the fields
  98.          and the length of each one.  Choose "Setup Printer" to set the
  99.          number of rows to print on one page and the length of the line
  100.          to print.  You can print the report to your printer, write it
  101.          to a file, or display it on the screen.
  102.  
  103.          HDM does an interrupt 28h during times of inactivity so other
  104.          tasks (such as background printing) can get control more often.
  105.  
  106.          (HDM IV 4.2)
  107.  
  108.          Fixed bugs in the new usage log report module.  Corrected a
  109.          problem where HDM HELP would not read the custom help files
  110.          when older menu files were used.
  111.  
  112.          (HDM IV 4.3)
  113.  
  114.          Added new {DELAY seconds} function.  This will stop execution
  115.          of a menu action and wait the number of seconds specified
  116.          before continuing with that action.  The range for the wait
  117.          time is 1 to 9999 seconds.  You can press ESCAPE while the
  118.          Delay Window is displayed to cancel the menu action.
  119.  
  120.          HDM now automatically adds @@ to a batch file name in the DOS
  121.          Window when it is selected from the Search Window.
  122.  
  123.          There is a completely new, revised on disk manual (HDM.DOC)
  124.          that should be easier to follow because it was written by a
  125.          professional writer, Keith R. Aleshire of Computer Consumer
  126.          Services Incorporated.
  127.  
  128.          --- END OF HDM HISTORY.DOC ---
  129.  
  130.